inherited OpConfirmReplaceFileDialog: TOpConfirmReplaceFileDialog Caption = 'Confirm File Replace' ClientHeight = 231 ClientWidth = 425 OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object ConfirmLbl: TUiLabel Left = 84 Top = 16 Width = 333 Height = 33 AutoSize = False Caption = '%' ShowAccelChar = False WordWrap = True end object DesLbl: TUiLabel Left = 84 Top = 52 Height = 13 Caption = 'Would you like to replace the existing file' end object DesPathLbl: TUiLabel Left = 104 Top = 68 Width = 313 Height = 13 AutoSize = False Caption = '%' ShowAccelChar = False end object DesSizeLbl: TUiLabel Left = 104 Top = 84 Height = 13 Caption = '%' end object DesLastModLbl: TUiLabel Left = 104 Top = 100 Height = 13 Caption = '%' end object SrcLbl: TUiLabel Left = 84 Top = 124 Height = 13 Caption = 'with this one?' end object SrcPathLbl: TUiLabel Left = 104 Top = 140 Width = 313 Height = 13 AutoSize = False Caption = '%' ShowAccelChar = False end object SrcSizeLbl: TUiLabel Left = 104 Top = 156 Height = 13 Caption = '%' end object SrcLastModLbl: TUiLabel Left = 104 Top = 172 Height = 13 Caption = '%' end object Image: TUiImage Left = 16 Top = 16 Width = 32 Height = 32 end object YesBtn: TUiButton Left = 24 Top = 200 Caption = '&Yes' ModalResult = 6 TabOrder = 0 AutoSize = asRight end object YesToAllBtn: TUiButton Left = 104 Top = 200 Caption = 'Yes to &All' ModalResult = 10 TabOrder = 1 AutoSize = asRight end object NoBtn: TUiButton Left = 184 Top = 200 Caption = '&No' Default = True ModalResult = 7 TabOrder = 2 AutoSize = asRight end object NoToAllBtn: TUiButton Left = 264 Top = 200 Caption = 'N&o to All' ModalResult = 9 TabOrder = 3 AutoSize = asRight end object CancelBtn: TUiButton Left = 344 Top = 200 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 AutoSize = asRight end end